AuthRefreshPolicy

data class AuthRefreshPolicy(val refreshOnStatusCodes: Set<Int> = setOf(401), val maxRefreshAttempts: Int = 1)

Constructors

Link copied to clipboard
constructor(refreshOnStatusCodes: Set<Int> = setOf(401), maxRefreshAttempts: Int = 1)

Properties

Link copied to clipboard
Link copied to clipboard